home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / os2 / remin301.zip / REMIN300.ZIP / GLOBALS.C < prev    next >
C/C++ Source or Header  |  1992-11-10  |  1KB  |  20 lines

  1. /***************************************************************/
  2. /*                                                             */
  3. /*  GLOBALS.C                                                  */
  4. /*                                                             */
  5. /*  This file simply instantiates all of the global variables. */
  6. /*                                                             */
  7. /*  It does this by #defining MK_GLOBALS and #including        */
  8. /*  globals.h and err.h                                        */
  9. /*                                                             */
  10. /*  This file is part of REMIND.                               */
  11. /*  Copyright (C) 1992 by David F. Skoll.                      */
  12. /*                                                             */
  13. /***************************************************************/
  14. #include "config.h"
  15. #include <stdio.h>   /* For defintion of FILE - sigh! */
  16. #include "types.h"
  17. #define MK_GLOBALS
  18. #include "globals.h"
  19. #include "err.h"
  20.